body{
	margin:0;
	padding:0;
}
#menu{
	position: fixed;
	margin:0px;
	padding:0px;
	display: flex;
	background-color: #0ca0bd;
	list-style: none;
	height:10%;
	width:100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index:2;
   }
.pmenu{
	position: absolute;
	font-family: 'Calibri', sans-serif;
	margin:0px;
	color:white;
    display: inline;
    font-size:35px;
   }
#b{
	position: absolute;
	left:12%;
	top:24px;
}
#page{
	position: absolute;
	left:62%;
	top:24px;
	border-bottom:4px solid white;
}
#c{
	position: absolute;
	left:23%;
	top:24px;
}
#d{
	position: absolute;
	left:51%;
	top:24px;
}
#e{
	position: absolute;
	left:74%;
	top:24px;
	border-bottom:4px solid white;
}
#last{
	position: absolute;
	left:32%;
	top:24px;
}
#ukr{
	width:3%;
	top:24px;
	position: absolute;
	left:80%;
	z-index:6;
}
#eng{
	width:3%;
	position: absolute;
	left:87%;
	z-index:6;
	padding:3px;
	top:15px;
	border:4px solid white;
}
a:hover{
	border-bottom-color: #1076B2;
	color:#1076B2;
	transition: all 0.3s ease;
}
a{
	text-decoration:none;
	color:white;
}
#logo{
	position: absolute;
	top:7px;
	height:60px
}
p{
	padding-top:10px;
}
#text{
	z-index:2;
	color:white;
	font-family:'Calibri';
	position: absolute;
	top:5px;
	left:60px;
	right:500px;
	font-size:25px;
}
#mid{
	position:absolute;
	margin-top: 50px;
	margin-bottom: 50px;
}
#mid p{
	margin-left:5%;
	margin-bottom: 35px;
}
#ABE{
	top:110px;
	left:4%;
	position: absolute;
	height:150px;
	background:white;
}
#ELENOS{
	top:15%;
	right:5%;
	position: absolute;
	height:150px;
	background:white;
}
#Kabelwerk{
	top:70%;
	left:35%;
	position: absolute;
	height:230px;
	background:white;
}
#COM-TECH{
	bottom:35%;
	left:4%;
	position: absolute;
	height:77px;
	background:white;
}
#TELSAT{
	bottom:35%;
	right:15%;
	position: absolute;
	height:150px;
	background:white;
}
#bground{
    margin:0px;
    padding:0px;
}
#black{
	position:absolute;
	z-index:1;
	background-color:black;
	width:100%;
	height:136.6%;
	opacity: 0.5;
	margin:0;
	padding:0;
}